projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e67c2e
)
reftests: Fix border-image-excess-size.ui test
author
Benjamin Otte
<otte@redhat.com>
Wed, 27 Mar 2019 23:39:36 +0000
(
00:39
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 29 Mar 2019 08:56:52 +0000
(09:56 +0100)
The old reftests drew an opaque image, the new image is transparent.
This test drew the reference image as black and the test as transparent
black, and those are now different.
testsuite/reftests/border-image-excess-size.css
patch
|
blob
|
history
diff --git
a/testsuite/reftests/border-image-excess-size.css
b/testsuite/reftests/border-image-excess-size.css
index 57ee781428ec6b86e4e5f879f0121cd8b7d01372..b41344cfce7aefa7610ac0f8183822fd55817427 100644
(file)
--- a/
testsuite/reftests/border-image-excess-size.css
+++ b/
testsuite/reftests/border-image-excess-size.css
@@
-10,6
+10,10
@@
toolbar {
border-radius: 0;
}
+grid {
+ background-color: #000;
+}
+
grid * {
background-color: lime;
border-style: none;